From: Raimond Spekking Date: Thu, 28 Aug 2008 09:01:47 +0000 (+0000) Subject: Add colons to the form labels for consistency with all other forms. X-Git-Tag: 1.31.0-rc.0~45600 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=a7286a8f80163f9db7ab509d5a484efe32085b1a;p=lhc%2Fweb%2Fwiklou.git Add colons to the form labels for consistency with all other forms. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b2ce5a1031..f7682af6df 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2117,10 +2117,10 @@ The e-mail address you entered in [[Special:Preferences|your user preferences]] 'defemailsubject' => '{{SITENAME}} e-mail', 'noemailtitle' => 'No e-mail address', 'noemailtext' => 'This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.', -'emailfrom' => 'From', -'emailto' => 'To', -'emailsubject' => 'Subject', -'emailmessage' => 'Message', +'emailfrom' => 'From:', +'emailto' => 'To:', +'emailsubject' => 'Subject:', +'emailmessage' => 'Message:', 'emailsend' => 'Send', 'emailccme' => 'E-mail me a copy of my message.', 'emailccsubject' => 'Copy of your message to $1: $2',